home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / sun / font / FontManager$FontConfigInfo.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  507 b   |  20 lines

  1. package sun.font;
  2.  
  3. class FontManager$FontConfigInfo {
  4.    String fcName;
  5.    String fcFamily;
  6.    String jdkName;
  7.    int style;
  8.    String familyName;
  9.    String fontFile;
  10.    CompositeFont compFont;
  11.  
  12.    private FontManager$FontConfigInfo() {
  13.    }
  14.  
  15.    // $FF: synthetic method
  16.    FontManager$FontConfigInfo(FontManager.1 var1) {
  17.       this();
  18.    }
  19. }
  20.